home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / lib / c / time / RCS / Time_GetTime.man,v < prev    next >
Text File  |  1991-04-22  |  1KB  |  67 lines

  1. head     1.1;
  2. branch   ;
  3. access   ;
  4. symbols  ;
  5. locks    ; strict;
  6. comment  @@;
  7.  
  8.  
  9. 1.1
  10. date     91.04.21.22.44.12;  author kupfer;  state Exp;
  11. branches ;
  12. next     ;
  13.  
  14.  
  15. desc
  16. @Manual page for Time_GetTime library routine.
  17. @
  18.  
  19.  
  20.  
  21. 1.1
  22. log
  23. @Initial revision
  24. @
  25. text
  26. @'\" Copyright 1991 Regents of the University of California
  27. '\" Permission to use, copy, modify, and distribute this
  28. '\" documentation for any purpose and without fee is hereby
  29. '\" granted, provided that this notice appears in all copies.
  30. '\" The University of California makes no representations about
  31. '\" the suitability of this material for any purpose.  It is
  32. '\" provided "as is" without express or implied warranty.
  33. '\" 
  34. '\" $Header: /sprite/lib/forms/RCS/lib.man,v 1.3 91/01/07 17:55:52 mottsmth Exp $ SPRITE (Berkeley)
  35. '/" 
  36. .so \*(]ltmac.sprite
  37. .HS Time lib
  38. .BS
  39. '\" Note:  do not modify the .SH NAME line immediately below!
  40. .SH NAME
  41. Time_GetTime \- Get the current time of day.
  42. .SH SYNOPSIS
  43. .nf
  44. \fB#include <spriteTime.h>\fR
  45. .sp
  46. void
  47. \fBTime_GetTime\fR(\fInowPtr\fP)
  48. .SH ARGUMENTS
  49. .AS Time *nowPtr
  50. .AP Time *nowPtr out
  51. The current time of day.
  52. .BE
  53.  
  54. .SH DESCRIPTION
  55. .PP
  56. .B Time_GetTime
  57. is like the UNIX
  58. .BR gettimeofday ,
  59. except it is defined using the Sprite type
  60. .BR Time .
  61. It returns the current time in seconds and microseconds since the
  62. start of the epoch.
  63.  
  64. .SH KEYWORDS
  65. time
  66. @
  67.